home *** CD-ROM | disk | FTP | other *** search
/ PC Open 108 / PC Open 108 CD 1.bin / CD1 / grafica / Image Analyzer / ImageAnalyzer.exe / jpeg2000.txt < prev    next >
Encoding:
Text File  |  2003-01-04  |  3.4 KB  |  81 lines

  1. The following is from the JasPer Software Reference Manual (Version 1.600.0)
  2.   Michael D. Adams
  3.   Assistant Professor
  4.   Dept. of Electrical and Computer Engineering
  5.   University of Victoria
  6.   Victoria, BC, Canada
  7.   http://www.ece.uvic.ca/~mdadams/jasper/
  8.  
  9. imgareatlx=x
  10.   Set the x-coordinate of the top-left corner of the image area to x.
  11. imgareatly=y
  12.   Set the y-coordinate of the top-left corner of the image area to y.
  13. tilegrdtlx=x
  14.   Set the x-coordinate of the top-left corner of the tiling grid to x.
  15. tilegrdtly=y
  16.   Set the y-coordinate of the top-left corner of the tiling grid to y.
  17. tilewidth=w
  18.   Set the nominal tile width to w.
  19. tileheight=h
  20.   Set the nominal tile height to h.
  21. prcwidth=w
  22.   Set the precinct width to w. The argument w must be an integer power of two. The default
  23.   value is 32768.
  24. prcheight=h
  25.   Set the precinct height to h. The argument h must be an integer power of two. The default
  26.   value is 32768.
  27. cblkwidth=w
  28.   Set the nominal code block width to w. The argument w must be an integer power of two.
  29.   The default value is 64.
  30. cblkheight=h
  31.   Set the nominal code block height to h. The argument h must be an integer power of two. 
  32.   The default value is 64.
  33. mode=m
  34.   Set the coding mode to m. The argument m must have one of the following values:
  35.     int  : integer mode
  36.     real : real mode    
  37.   If lossless coding is desired, the integer mode must be used. By default, the integer mode
  38.   is employed. The choice of mode also determines which multicomponent and wavelet transforms
  39.   (if any) are employed.  
  40. rate=r
  41.   Specify the target rate. The argument r is a positive real number. Since a rate of one 
  42.   corresponds to no compression, one should never need to explicitly specify a rate greater 
  43.   than one. By default, the target rate is considered to be infinite.
  44. ilyrrates=r0[,r1,. . . ,rN  
  45.   Specify the rates for any intermediate layers. The argument to this option is a comma 
  46.   separated list of N rates. Each rate is a positive real number. The rates must increase 
  47.   monotonically. The last rate in the list should be less than or equal to the overall rate 
  48.   (as specified with the rate option).
  49. prg=p
  50.   Set the progression order to p. The argument p must have one of the following values:
  51.     lrcp : layer-resolution-component-position (LRCP) progressive (i.e., rate scalable)
  52.     rlcp : resolution-layer-component-position (RLCP) progressive (i.e., resolution scalable)
  53.     rpcl : resolution-position-component-layer (RPCL) progressive
  54.     pcrl : position-component-resolution-layer (PCRL) progressive
  55.     cprl : component-position-resolution-layer (CPRL) progressive
  56.   By default, LRCP progressive ordering is employed. Note that the RPCL and PCRL 
  57.   progressions are not valid for all possible image geometries. (See [4] for more details.)
  58. nomct
  59.   Disallow the use of any multicomponent transform.
  60. numrlvls=n
  61.   Set the number of resolution levels to n. The argument n must be an integer that is 
  62.   greater than or equal to one. The default value is 6.
  63. sop
  64.   Generate SOP marker segments.
  65. eph
  66.   Generate EPH marker segments.
  67. lazy
  68.   Enable lazy coding mode (a.k.a. arithmetic coding bypass).
  69. termall
  70.   Terminate all coding passes.
  71. segsym
  72.   Use segmentation symbols.
  73. vcausal
  74.   Use vertically stripe causal contexts.
  75. pterm
  76.   Use predictable termination.
  77. resetprob
  78.   Reset the probability models after each coding pass.
  79. numgbits=n
  80.   Set the number of guard bits to n.
  81.